Default rmarkdown theme
Using themes to customize notebook appearance
Add a layer of makeup on our notebooks
Default
Cayman
Default vs Leonids theme
Ire a predefined set of style layers of CSS code that controls and modifies how HTML elements are presented.
Rmkarkdown documentation here
Notebok theme gallery here
---
title: Your awesome title
author: Your name
date: Some day
output:
rmarkdown::html_document:
theme: lumen
---
You can find help about the cayman theme here
---
title: Your awesome title
author: Your name
date: Some day
output:
?---
?---
---
We can use the toolbar at the right side of the chunk.
Boolean (TRUE or FALSE) whether to include the source code in the document
It is suggested to have a img directory to save all images to be used in your notebook.
Directory structure
{image styel modification}
{fig-aling="center"}
Directory structure